Learn R Programming

R2MLwiN (version 0.8-2)

[,mlwinfitIGLS,ANY,ANY,ANY-method: Extract or Replace parts of "mlwinfitIGLS" objects

Description

Extract or Replace parts of "mlwinfitIGLS" objects

Usage

"["(x, i, j, drop)
"["(x, i, j) <- value
"[["(x, i, j, drop)
"[["(x, i, j) <- value

Arguments

x
data frame
i,j
elements to extract or replace. For [ and [[, these are character.
drop
not used.
value
a suitable replacement value.